home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacMarlais 0.5.3 / 0.5 CHANGELOG next >
Encoding:
Text File  |  1994-09-19  |  1.6 KB  |  69 lines  |  [TEXT/Mrls]

  1. 0.5 CHANGELOG
  2. -------------
  3.  
  4. 0.5d2
  5. -----
  6.  
  7. • Added missing | symbol to syntax.c.
  8.  
  9. • Added %exp and %ln primitives to number.c. Added exp/ln to init.dyl.
  10.  
  11. • Added abstract keyword. modified dylan.y, dylan.l, globaldefs.h, main.c,
  12. syntax.c.
  13.  
  14. • Fixed cmd-period aborting the program. Had to call yyrestart on stdin
  15. to get scanner to reset its state.
  16.  
  17. 0.5d3
  18. -----
  19.  
  20. • Implemented basic AppleEvents for opening documents. If document with the
  21. same name is already open, it is brought to front.
  22.  
  23. • Fixed clipboard bug. Wasn't calling ZeroScrap() before PutScrap().
  24.  
  25. 0.5d4
  26. -----
  27.  
  28. • Added interrupt menu item to Marlais menu. cmd-period is the keyboard equivalent.
  29.  
  30. • Prints a more informative message when switching syntax modes.
  31.  
  32. • Better handling of input -- to terminate a line of input you can now hit either
  33. the enter key/cmd-return (for MPW enthusiasts), or semi-colon.
  34.  
  35. 0.5d5
  36. -----
  37.  
  38. • Never released.
  39.  
  40. 0.5d6
  41. -----
  42.  
  43. • Incorporated 0.5.2 core, had to re-fix some old bugs in dylan.l.
  44.  
  45. • Backward find checkbox in Find window. Should implement cmd-shift too
  46. to toggle behavior.
  47.  
  48. • Most of init.dyl has been rewritten in DIRM syntax.
  49.  
  50. • Tweaked multiline input a bit.
  51.  
  52. • Closing listener just hides it. It can be brought back any time with
  53. cmd-I.
  54.  
  55. • Now shows which font sizes you really have in Size menu.
  56.  
  57. 0.5d7
  58. -----
  59.  
  60. • 0.5.3 core, now with limited module support. See file "DIFFERENCES" for
  61. more information.
  62.  
  63. • Changed approach for loading files. Rather than simulating typing, queues
  64. a pseudo interrupt to have it loaded by the read-eval-print loop.
  65.  
  66. • Note:  this version still has some bugs in the core. Hopefully these will be
  67. ironed out *REAL* soon.
  68.  
  69.